home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / pd / tools / midnight / midnight.reference < prev    next >
Text File  |  1995-04-11  |  7KB  |  220 lines

  1.  
  2.   Midnight® Screen Blanking System
  3.  
  4.   ©1994 Imagine Software, Inc.  All Rights Reserved.
  5.   Engineered by Trevor Andrews
  6.  
  7.   Imagine Software, Inc.
  8.   1218 South 5th Street
  9.   Lafayetee, IN  47905-1716
  10.  
  11.  
  12.      Preface of the Midnight Screen Blanking System
  13.  
  14. TITLE
  15.  
  16.   Midnight - Modular screen/mouse blanking system
  17.  
  18. VERSION
  19.  
  20.   Version 2 Revision 08
  21.  
  22. AUTHOR
  23.  
  24.   Trevor N. Andrews
  25.  
  26. DESCRIPTION
  27.  
  28.   Midnight is a modular screen blanking system designed
  29.   with AmigaDOS 2.x/3.x in mind.  A few of its features
  30.   are listed below:
  31.  
  32.   - Screen Mode selection in all modules with AGA support
  33.   - Standard 2.x Preferences interface
  34.   - Font sensitive window
  35.   - Enforcer/Mungwall Proof Code
  36.   - Public screen support
  37.   - GadTools interface
  38.   - IFF Preference file
  39.   - Separate Dameon and GUI
  40.   - Amiga Guide support (library is optional)
  41.   - NT/PT music support in every module!
  42.  
  43.   Currently, the following blanker modules are available:
  44.  
  45.   - ALock          (Full featured security system)
  46.   - Nightfall      (Simple black screen)
  47.   - Rainbow        (Bouncing lines with 256 colours in AGA)
  48.   - Shuffle        (Slides selectable pieces around)
  49.   - Mindmelt      *(An AfterDark inspired module)
  50.   - PhaseFade      (Fade to black)
  51.   - Fireworks      (Traditional fireworks with 256 colours in AGA)
  52.   - Textual        (Floats text around)
  53.   - Spotlight      (Your screen has just broke out of jail)
  54.   - IceMelt       *(Screen melts like an ice cube)
  55.   - Starfield      (Prepare for space flight)
  56.   - Random         (Randomly chooses your modules)
  57.   - Breadth        (It's strange...)
  58.   - Worms          (They crawl in and they crawl out!)
  59.   - Aquarium       ("Under the sea", are you singing along?)
  60.   - FlyingToilets  (Those flying creatures are up to trouble again)
  61.  
  62.     * Not included in this release.
  63.  
  64.   Additional features include:
  65.  
  66.   - Concise message signaling system
  67.   - OS friendly mouse blanker
  68.   - Support for detection of gameport 
  69.   - Random blanker selection mode
  70.  
  71.  
  72.      Installation Procedures
  73.  
  74.   · AmigaDOS 2.0 is the only requirement, however, we recommend 2.1 or higher
  75.  
  76.     whith a hard drive to take full advantage of all the features.
  77.  
  78.  
  79.   Quick -- "To see what it's like..."
  80.  
  81.     Double click on Bprefs.
  82.  
  83.     Double click on Midnight and set your preferences,
  84.  
  85.     see "Menus", "Gadgets", or "Shell interface"
  86.  
  87.  
  88.   Workbench Installation:
  89.  
  90.     Drag @{"BPrefs" link BPrefs} to your "SYS:WBStartup" drawer.
  91.  
  92.     Drag Midnight, the preference software, to your "SYS:Prefs" drawer.
  93.  
  94.     Drag the Blankers drawer to any desired location, such as "WORK:".
  95.  
  96.     Place Midnight.guide or Midnight.reference into a manual drawer of choice.
  97.  
  98.     See "Quick", above.
  99.  
  100.  
  101.   Shell Installation:
  102.  
  103.     Users wishing to install Midnight via the command line interface should
  104.  
  105.     be familiar with Workbench enough to translate the above procedure to 
  106.  
  107.     fit their particular needs.
  108.  
  109.  
  110.   Updating your Registered Copy from a Newer Demo Version.
  111.  
  112.     The only difference between the "Demo" versions and a full paying
  113.  
  114.     registered version is the executable "BPrefs".  In most cases the
  115.  
  116.     version of BPrefs will remain the same so you can just extract 
  117.  
  118.     everything except BPrefs from the Demo version.  When major updates
  119.  
  120.     come along I will send you a letter on how to upgrade.  Usually you
  121.  
  122.     can just grab the Demo upgrade off your local network or send me a
  123.  
  124.     disk.  Only certain upgrades will require payment, namely updates
  125.  
  126.     to BPrefs.
  127.  
  128.  
  129.      AmigaDos Reference
  130.  
  131.                           MIDNIGHT
  132.  
  133.         Format:    MIDNIGHT [FROM <filename>] [filename]
  134.                    [EDIT] [USE] [SAVE] [PUBSCREEN <screen>]
  135.  
  136.         Template:  FROM,EDIT/S,USE/S,SAVE/S,PUBSCREEN/K:
  137.  
  138.         Purpose:   To specify different settings for screen
  139.                    and mouse blanking.
  140.  
  141.         Required:  AmigaDOS 2.0 or higher.
  142.  
  143.         Optional:  AmigaGuide Library. (Recommended)
  144.  
  145.         Path:      SYS:Prefs/Midnight
  146.  
  147.         Specification:
  148.  
  149.         MIDNIGHT without any arguments or with the EDIT argument
  150.         opens the Midnight editor.  The FROM argument lets you specify a
  151.         file to open.  This must be a file that was previously saved with
  152.         the "Save As" menu item of the Midnight editor.  PUBSCREEN is
  153.         used to specify an alternative screen to open on.
  154.  
  155.         NOTE: If using saved preferences from icon, make sure Midnight is
  156.               in your Workbench's path.
  157.  
  158.  
  159.      AmigaDos Reference
  160.  
  161.                            BPREFS
  162.  
  163.         Format:    BPREFS [QUIT] [KEY]
  164.  
  165.         Template:  QUIT/S,KEY/S (KEY is for registered users only)
  166.  
  167.         Purpose:   Daemon to implement different settings for
  168.                    screen and mouse blanking.
  169.  
  170.         Required:  AmigaDOS 2.0 or higher.
  171.  
  172.         Optional:  (nothing)
  173.  
  174.         Path:      SYS:WBStartup/BPrefs
  175.  
  176.         Specification:
  177.  
  178.         BPREFS takes as arguments QUIT and KEY (only for registered users).
  179.  
  180.         QUIT...Forces BPrefs to shut down and exit.
  181.  
  182.         KEY....Authentication Encryption Key report.
  183.  
  184.         NOTE: If you change your keyboard type, you will need
  185.               to run (reset) BPrefs!
  186.  
  187.  
  188.      Midnight's Copyright
  189.  
  190.  Midnight is Copyright 1994 Imagine Software Inc.
  191.  All rights reserved.
  192.  
  193.  
  194.  Redistribution and use in ANY form, with or without modification, is NOT
  195.  permitted (Free distribution of the unmodified DEMO version is allowed).
  196.  
  197.  
  198.    THIS SOFTWARE IS PROVIDED BY IMAGINE SOFTWARE INC. "AS IS" AND ANY
  199.    EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  200.    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  201.    PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL IMAGINE SOFTWARE INC. BE
  202.    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  203.    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  204.    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  205.    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  206.    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  207.    OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  208.    EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  209.  
  210.  Commercial use of this product is strictly prohibited.  Please contact
  211.  us for licensing agreements.
  212.  
  213.  The cost of Midnight is $15 US (No foreign cheques) and our address
  214.  is as follows:
  215.  
  216.    Imagine Software, Inc.
  217.    1218 South 5th Street
  218.    Lafayette, IN  47905-1716
  219.  
  220.